-
Notifications
You must be signed in to change notification settings - Fork 138
Add support for gateway addresses field #3896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3896 +/- ##
=======================================
Coverage 86.80% 86.81%
=======================================
Files 128 128
Lines 16547 16575 +28
Branches 62 62
=======================================
+ Hits 14364 14389 +25
- Misses 2003 2006 +3
Partials 180 180 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
We should do manual testing for only IPv6 environment for this. |
Should we have some mention of what the gateway.spec.addresses field actually does? Since its implementation specific I think we do. I'll update the gateway compatibility doc, but i'm wondering if the functionality should be condensed into that document. Or if we should make a separate document for it, any thoughts? |
nginx/documentation#1109 is associated compatibility document update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a couple small changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
e3f402c
to
5468ce6
Compare
Proposed changes
Problem: Users would like a way to specify addresses for all incoming traffic to use through the GatewaySpecAddresses field.
Solution: Implement the GatewaySpecAddresses field by adding the validated addresses to the externalIP field on the NGINX service.
Testing: GatewayStaticAddresses conformance test passes. Manually verified service externalIP field is set correctly. Manually verified conditions on Gateway.
Closes #2944
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.